import { SelectField, useTheme } from '@aws-amplify/ui-react'; export const SelectFieldStylePropsExample = () => { const { tokens } = useTheme(); return ( <> Apple Banana Orange Apple Banana Orange > ); };